PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeSetShadingOperator Method
ID of the shading in the Resources dictionary
The shading dictionary
In This Topic
    analyzeSetShadingOperator Method
    In This Topic
    Called when sh operator is found.
    Syntax
    public void analyzeSetShadingOperator( 
       PDFCosName cosShadingID,
       PDFCosDictionary cosShading
    )

    Parameters

    cosShadingID
    ID of the shading in the Resources dictionary
    cosShading
    The shading dictionary
    See Also